ReactiveViewCell class¶
Defined in
Namespace: ReactiveUI.XamForms
Assembly: ReactiveUI.XamForms.dll
Full name: ReactiveUI.XamForms.ReactiveViewCell<T>
Modifiers: public
Summary¶
This is an ViewCell that is also an IViewFor.
Applies to
netstandard2.0
Class hierarchy
classDiagram
class ReactiveViewCell~T~
class ViewCell
ViewCell <|-- ReactiveViewCell~T~
class IViewFor~TViewModel~ {
<>
}
IViewFor~TViewModel~ <|.. ReactiveViewCell~T~
class IViewFor {
<>
}
IViewFor <|.. ReactiveViewCell~T~
class IActivatableView {
<>
}
IActivatableView <|.. ReactiveViewCell~T~
Inherits from: ViewCell
Implements: IViewFor<TViewModel>, IViewFor, IActivatableView
Constructors¶
| Name | Summary |
|---|---|
| .ctor |
Properties¶
| Name | Summary |
|---|---|
| ViewModel |
Fields¶
| Name | Summary |
|---|---|
| static ViewModelProperty | The view model bindable property. |
Methods¶
| Name | Summary |
|---|---|
| OnBindingContextChanged | Event that is raised when the binding context is changed. |
Inherited members
See also¶
Xamarin.Forms.ViewCell- ReactiveUI.IViewFor`1